From: Roan Kattouw Date: Fri, 21 Jan 2011 17:23:24 +0000 (+0000) Subject: Fix r80666: botched variable rename X-Git-Tag: 1.31.0-rc.0~32450 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=082620d2f446def0a3c07d661a3852bb107fd23b;p=lhc%2Fweb%2Fwiklou.git Fix r80666: botched variable rename --- diff --git a/includes/libs/JavaScriptDistiller.php b/includes/libs/JavaScriptDistiller.php index 8d1e0d0816..6db1e7371b 100644 --- a/includes/libs/JavaScriptDistiller.php +++ b/includes/libs/JavaScriptDistiller.php @@ -22,7 +22,7 @@ class JavaScriptDistiller { $script = self::stripComments( $script ); $script = self::stripHorizontalSpace( $script ); // If requested, make some vertical whitespace collapsing as well - if ( $collapseVertical ) { + if ( $stripVerticalSpace ) { $script = self::stripVerticalSpace( $script ); } // Done